Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-17 02:54:53,636 [main] Physical connection got
DEBUG 2024-11-17 02:54:53,636 [main] Logical connection got
DEBUG 2024-11-17 02:54:53,636 [main] Logical connection closed
DEBUG 2024-11-17 02:54:53,636 [main] Logical connection got
DEBUG 2024-11-17 02:54:53,648 [main] Logical connection closed
DEBUG 2024-11-17 02:54:53,649 [main] Logical connection got
DEBUG 2024-11-17 02:54:53,649 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-17 02:54:53,651 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-17 02:54:53.433 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-17 02:54:53,651 [main] Logical connection got
DEBUG 2024-11-17 02:54:53,651 [main] Logical connection closed
DEBUG 2024-11-17 02:54:53,651 [main] Logical connection got
DEBUG 2024-11-17 02:54:53,655 [main] Logical connection closed
DEBUG 2024-11-17 02:54:53,657 [main] Logical connection got
DEBUG 2024-11-17 02:54:53,657 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-17 02:54:53,658 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-17 02:54:53.433 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-17 02:54:53,658 [main] Logical connection got
DEBUG 2024-11-17 02:54:53,659 [main] UPDATE EMP SET tstamp = '2024-11-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-11-17 02.54.53'
DEBUG 2024-11-17 02:54:53,659 [main] Logical connection closed
DEBUG 2024-11-17 02:54:53,660 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-17 02:54:55,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:55,351 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:54:55,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:55,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:55,414 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:55,414 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:55,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:55,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:55,493 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:54:55,658 [main] Physical connection got
DEBUG 2024-11-17 02:54:55,659 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:55,733 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:55,740 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-17 02:54:55,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:55,752 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:55,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:55,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:55,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:55,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:55,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:55,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:55,781 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:55,795 [main] Physical connection got
DEBUG 2024-11-17 02:54:55,795 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:55,795 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:55,796 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:55,909 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-17 02:54:55,914 [main] Physical connection closed
DEBUG 2024-11-17 02:54:55,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:55,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:55,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:55,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:55,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:55,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:55,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:55,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:55,941 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:55,946 [main] Physical connection got
DEBUG 2024-11-17 02:54:55,946 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:55,946 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:55,946 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:55,986 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,015 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,017 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,020 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,046 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,046 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,046 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,046 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,091 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,097 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,099 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,124 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,125 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,125 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,125 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,165 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,170 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,178 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,198 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,198 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,198 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,198 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,237 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,242 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,269 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,269 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,270 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,270 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,308 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-17 02:54:56,312 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,332 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,338 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,338 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,338 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,338 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,377 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,382 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,405 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,408 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,408 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,408 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,409 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,452 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,457 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,483 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,483 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,483 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,483 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,519 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,524 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,551 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779696551/0, BranchId=]
DEBUG 2024-11-17 02:54:56,553 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,553 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/0, BranchId=]
DEBUG 2024-11-17 02:54:56,554 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/0, BranchId=]
DEBUG 2024-11-17 02:54:56,554 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/0, BranchId=]
DEBUG 2024-11-17 02:54:56,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/0, BranchId=]
DEBUG 2024-11-17 02:54:56,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/0, BranchId=]
DEBUG 2024-11-17 02:54:56,611 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-17 02.54.56', 99, 'hoge', 0)
DEBUG 2024-11-17 02:54:56,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/0, BranchId=]
DEBUG 2024-11-17 02:54:56,617 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779696551/0, BranchId=]
DEBUG 2024-11-17 02:54:56,617 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,642 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,642 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,642 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,643 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,643 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,684 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-17 02:54:56,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,693 [main] UPDATE EMP SET tstamp = '2024-11-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-11-17 02:54:56,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,694 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779696551/1, BranchId=]
DEBUG 2024-11-17 02:54:56,694 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,717 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,717 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,717 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,747 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,763 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-17 02:54:56,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,766 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,766 [main] UPDATE EMP SET tstamp = '2024-11-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-11-17 02:54:56,766 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,766 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779696551/2, BranchId=]
DEBUG 2024-11-17 02:54:56,767 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,769 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,788 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,788 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,789 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,830 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-17 02:54:56,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,832 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-17 02:54:56,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,832 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779696551/3, BranchId=]
DEBUG 2024-11-17 02:54:56,833 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,855 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,855 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,855 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,856 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,881 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-17 02:54:56,882 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,892 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,892 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,901 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,914 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,914 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,914 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,914 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,938 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-17 02:54:56,947 [main] Physical connection closed
DEBUG 2024-11-17 02:54:56,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:56,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:56,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:56,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:56,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:56,970 [main] Physical connection got
DEBUG 2024-11-17 02:54:56,970 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,970 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:56,971 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:56,995 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,011 [main] Physical connection closed
DEBUG 2024-11-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-11-17 02:54:57,013 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,015 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,036 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,038 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,038 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,039 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,039 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,061 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,069 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,071 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,090 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,090 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,090 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,090 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,113 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,122 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,123 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,143 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,143 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,143 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,143 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,165 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,173 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,173 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:54:57,181 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-17 02:54:57,183 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,184 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,201 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,203 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,203 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,203 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,203 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,226 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,234 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,234 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:54:57,238 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-17 02:54:57,239 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,257 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,260 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,260 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,260 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,260 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,286 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,294 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,294 [main] select * from emp
DEBUG 2024-11-17 02:54:57,297 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:54:57,298 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,319 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,319 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,319 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,319 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,342 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,350 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,350 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-17 02:54:57,354 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-17 02:54:57,356 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,358 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,376 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,377 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,377 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,377 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,400 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-17 02:54:57,408 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,410 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,414 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,418 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,428 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,428 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,429 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,429 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,451 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,459 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,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-11-17 02:54:57,462 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:54:57,464 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,484 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,484 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,484 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,484 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,512 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,521 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,521 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:54:57,526 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:54:57,527 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,528 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,529 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,545 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,548 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,548 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,548 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,548 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,570 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,578 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,578 [main] select * from emp
DEBUG 2024-11-17 02:54:57,580 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:54:57,581 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,599 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,603 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,603 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,603 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,603 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,627 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,639 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,640 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-17 02:54:57,642 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:54:57,643 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,665 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,665 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,665 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,666 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,688 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,695 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,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 WHERE empno = 7788
DEBUG 2024-11-17 02:54:57,697 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-17 02:54:57,697 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,717 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,717 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,717 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,717 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,742 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,750 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,750 [main] select count(*) from emp
DEBUG 2024-11-17 02:54:57,752 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,752 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,761 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,770 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,770 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,771 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,771 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,791 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,799 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,799 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-17 02:54:57,800 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-17 02:54:57,800 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,819 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,819 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,819 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,819 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,839 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,847 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,847 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-17 02:54:57,848 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-17 02:54:57,848 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,853 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,866 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,867 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,867 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,867 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,887 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,894 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,894 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-17 02:54:57,895 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-17 02:54:57,895 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,914 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,914 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,914 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,914 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,934 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,942 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,942 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-17 02:54:57,942 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1e1ec86
DEBUG 2024-11-17 02:54:57,943 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,944 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,946 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:57,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:57,958 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:57,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:57,962 [main] Physical connection got
DEBUG 2024-11-17 02:54:57,962 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,962 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,963 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,985 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:57,995 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:57,995 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-17 02:54:57,997 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-17 02:54:57,998 [main] Physical connection closed
DEBUG 2024-11-17 02:54:57,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:57,999 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,006 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,016 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,016 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,017 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,017 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,037 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-17 02:54:58,045 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,045 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-17 02:54:58,049 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-17 02:54:58,049 [main] Physical connection closed
DEBUG 2024-11-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-11-17 02:54:58,051 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,058 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,067 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,068 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,068 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,068 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,088 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,091 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,091 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-17 02:54:58,092 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,092 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,108 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,111 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,111 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,112 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,112 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,132 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,135 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,135 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-17 02:54:58,136 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,136 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,137 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,139 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,157 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,157 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,157 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,157 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,171 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,172 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,172 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-17 02:54:58,173 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-17 02:54:58,174 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,182 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,182 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,191 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,192 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,192 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,192 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,204 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,205 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,205 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-17 02:54:58,206 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-17 02:54:58,206 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,208 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,224 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,224 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,224 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,225 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,225 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,243 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,250 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,251 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-17 02.54.58', 9999, 'test', 50)
DEBUG 2024-11-17 02:54:58,251 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,251 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,251 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-17 02:54:58,253 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-17 02:54:58,253 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,254 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-17 02:54:58,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-17 02:54:58.251 {50, null, null, 0}
DEBUG 2024-11-17 02:54:58,254 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779696551/4, BranchId=]
DEBUG 2024-11-17 02:54:58,255 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,256 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,273 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,273 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,273 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,273 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,291 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,297 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,299 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,301 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,303 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,315 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,316 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,316 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,316 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,334 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-17 02:54:58,343 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,343 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-17 02:54:58,345 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,346 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,363 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,364 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,364 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,364 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,382 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-17 02:54:58,391 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,391 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-17 02:54:58,392 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-17 02:54:58,392 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,411 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,411 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,411 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,411 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,429 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-17 02:54:58,434 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,434 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-17 02:54:58,436 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-17 02:54:58,436 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,452 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,454 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,454 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,454 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,454 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,471 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-17 02:54:58,475 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,476 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,492 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,493 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,493 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,493 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,511 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-17 02:54:58,518 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,518 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-17 02:54:58,520 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,520 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,540 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,540 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,540 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,540 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,557 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-17 02:54:58,564 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,564 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-17 02:54:58,565 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,565 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,583 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,583 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,584 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,584 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,603 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-17 02:54:58,604 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,604 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-17 02:54:58,606 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-17 02:54:58,606 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,624 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,624 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,624 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,624 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,641 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-17 02:54:58,642 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,659 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,660 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,660 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,660 [main] Logical connection got, tx=null
WARN 2024-11-17 02:54:58,665 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-17 02:54:58,670 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-17 02:54:58,671 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,671 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-17 02:54:58,673 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-17 02:54:58,674 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,689 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,691 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,691 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,691 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,691 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,710 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-17 02:54:58,716 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,718 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,733 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,733 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,733 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,733 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,752 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-17 02:54:58,756 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,756 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-17 02:54:58,757 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,757 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,757 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-17 02:54:58,757 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,758 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,775 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,775 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,775 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,775 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,793 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-17 02:54:58,796 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,796 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:54:58,799 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,800 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,800 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-11-17 02:54:58,800 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,801 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,801 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-17 02:54:58,802 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,803 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,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 WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-17 02:54:58,803 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,804 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,804 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-11-17 02:54:58,804 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,804 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,806 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,819 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,821 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,821 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-17 02:54:58,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,841 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-17 02:54:58,841 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,841 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-17 02:54:58,842 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,842 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,842 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-17 02:54:58,842 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,842 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779696551/5, BranchId=]
DEBUG 2024-11-17 02:54:58,842 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,844 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,857 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,859 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,859 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,860 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,860 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,878 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,882 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,897 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,899 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,899 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,899 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,899 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,922 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,927 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,928 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,944 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,944 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,945 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,945 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,951 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-17 02:54:58,953 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,961 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,969 [main] Physical connection got
DEBUG 2024-11-17 02:54:58,969 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,969 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:58,969 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:58,975 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-17 02:54:58,977 [main] Physical connection closed
DEBUG 2024-11-17 02:54:58,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:58,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:58,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:58,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:58,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:58,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,000 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,000 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,001 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,001 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,007 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-17 02:54:59,009 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,023 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,023 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,025 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,025 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,025 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,025 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,032 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-17 02:54:59,033 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,047 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,049 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,049 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,049 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,049 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,067 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,068 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,068 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:54:59,071 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,071 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,072 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,073 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,086 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,088 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,088 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,088 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,088 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,106 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,107 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,108 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,110 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,123 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,124 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,124 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,124 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,141 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-17 02:54:59,142 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,143 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,146 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,155 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,155 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:54:59,157 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,157 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,158 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,158 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,175 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-17 02:54:59,176 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.437 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-17 02:54:59,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,227 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,231 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,242 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,245 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,245 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,248 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,256 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,257 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,272 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,275 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,275 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,279 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,279 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,281 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,295 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,298 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,298 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,301 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,302 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-17 02:54:59,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,318 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,318 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,319 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,319 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-17 02:54:59,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,332 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,333 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,334 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,334 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,351 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,351 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-17 02:54:59,355 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,355 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,369 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,369 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,385 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,386 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,386 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,386 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,397 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,402 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,402 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-17 02:54:59,404 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,404 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-17 02:54:59,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,425 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,440 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,451 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,451 [main] Logical connection got, tx=null
WARN 2024-11-17 02:54:59,453 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-17 02:54:59,454 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-17 02:54:59,454 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,455 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,456 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,460 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,471 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,474 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,474 [main] Logical connection got, tx=null
WARN 2024-11-17 02:54:59,476 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-17 02:54:59,476 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-17 02:54:59,477 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,477 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,478 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,492 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,496 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:54:59,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,502 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,507 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,511 [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-11-17 02:54:59,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,530 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,530 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,532 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,532 [main] Physical connection closed
DEBUG 2024-11-17 02:54:59,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,544 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,545 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,546 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,546 [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-11-17 02:54:59,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-17 02:54:59,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:54:59,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:54:59,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:54:59,561 [main] Physical connection got
DEBUG 2024-11-17 02:54:59,561 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:54:59,562 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:54:59,562 [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.011 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.310s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.668s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.654s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.925s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sun Nov 17 02:54:59 JST 2024
[INFO] Final Memory: 29M/404M
[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