Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-11-14 02:51:01,228 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-14 02:51:01,229 [main] Logical connection got
DEBUG 2024-11-14 02:51:01,229 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-14 02:51:01,232 [main] Logical connection closed
DEBUG 2024-11-14 02:51:01,232 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-14 02:51:01,271 [main] Physical connection got
DEBUG 2024-11-14 02:51:01,271 [main] Logical connection got
DEBUG 2024-11-14 02:51:01,271 [main] Logical connection closed
DEBUG 2024-11-14 02:51:01,271 [main] Logical connection got
DEBUG 2024-11-14 02:51:01,282 [main] Logical connection closed
DEBUG 2024-11-14 02:51:01,282 [main] Logical connection got
DEBUG 2024-11-14 02:51:01,283 [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-14 02:51:01,284 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-14 02:51:01.072 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-14 02:51:01,285 [main] Logical connection got
DEBUG 2024-11-14 02:51:01,285 [main] Logical connection closed
DEBUG 2024-11-14 02:51:01,285 [main] Logical connection got
DEBUG 2024-11-14 02:51:01,288 [main] Logical connection closed
DEBUG 2024-11-14 02:51:01,290 [main] Logical connection got
DEBUG 2024-11-14 02:51:01,290 [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-14 02:51:01,291 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-14 02:51:01.072 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-14 02:51:01,291 [main] Logical connection got
DEBUG 2024-11-14 02:51:01,291 [main] UPDATE EMP SET tstamp = '2024-11-14 02.51.01', 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-14 02.51.01'
DEBUG 2024-11-14 02:51:01,292 [main] Logical connection closed
DEBUG 2024-11-14 02:51:01,292 [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/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/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/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[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/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/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.132 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-14 02:51:02,565 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:02,623 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-14 02:51:02,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:02,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:02,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:02,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:02,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:02,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:02,784 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-14 02:51:02,952 [main] Physical connection got
DEBUG 2024-11-14 02:51:02,952 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,033 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,041 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-14 02:51:03,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,092 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,110 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,110 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,110 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,111 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,254 [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-14 02:51:03,259 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,261 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,304 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,305 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,308 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,308 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,358 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,382 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,410 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,414 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,414 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,414 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,415 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,465 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,471 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,478 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,496 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,499 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,500 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,500 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,500 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,541 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,547 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,575 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,575 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,575 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,575 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,611 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,616 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,618 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,628 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,642 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,643 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,643 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,645 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,678 [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-14 02:51:03,682 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,707 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,707 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,707 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,707 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,740 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,745 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,752 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,772 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,772 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,772 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,772 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,824 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,830 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,854 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,854 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,854 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,854 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:03,886 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:03,891 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:03,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,917 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731520263916/0, BranchId=]
DEBUG 2024-11-14 02:51:03,918 [main] Physical connection got
DEBUG 2024-11-14 02:51:03,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/0, BranchId=]
DEBUG 2024-11-14 02:51:03,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/0, BranchId=]
DEBUG 2024-11-14 02:51:03,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/0, BranchId=]
DEBUG 2024-11-14 02:51:03,952 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/0, BranchId=]
DEBUG 2024-11-14 02:51:03,974 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/0, BranchId=]
DEBUG 2024-11-14 02:51:03,976 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-14 02.51.03', 99, 'hoge', 0)
DEBUG 2024-11-14 02:51:03,984 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/0, BranchId=]
DEBUG 2024-11-14 02:51:03,984 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731520263916/0, BranchId=]
DEBUG 2024-11-14 02:51:03,985 [main] Physical connection closed
DEBUG 2024-11-14 02:51:03,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:03,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:03,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:03,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:03,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,006 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,007 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,007 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,035 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,045 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,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  EMP.empno = 7788
DEBUG 2024-11-14 02:51:04,052 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,052 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,053 [main] UPDATE EMP SET tstamp = '2024-11-14 02.51.04', 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-14 02:51:04,054 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,054 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731520263916/1, BranchId=]
DEBUG 2024-11-14 02:51:04,054 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,056 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,074 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,076 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,077 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,077 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,077 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,077 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,138 [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-14 02:51:04,140 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,140 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,140 [main] UPDATE EMP SET tstamp = '2024-11-14 02.51.04', 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-14 02:51:04,141 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,141 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731520263916/2, BranchId=]
DEBUG 2024-11-14 02:51:04,141 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,173 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,173 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,174 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,174 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,217 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,217 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-14 02:51:04,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,221 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,221 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-14 02:51:04,222 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,222 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731520263916/3, BranchId=]
DEBUG 2024-11-14 02:51:04,223 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,246 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,249 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,250 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,250 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,250 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,282 [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-14 02:51:04,283 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,307 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,318 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,318 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,318 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,319 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,355 [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-14 02:51:04,368 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,388 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,391 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,392 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,392 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,392 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,419 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,428 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,430 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,487 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,498 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,499 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,499 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,529 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,536 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,557 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,558 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,558 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,558 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,586 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,595 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,597 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,604 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,615 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,616 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,616 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,616 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,648 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,657 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,657 [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-14 02:51:04,665 [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-14 02:51:04,668 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,669 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,690 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,690 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,690 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,690 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,713 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,722 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,722 [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-14 02:51:04,727 [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-14 02:51:04,728 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,750 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,752 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,752 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,752 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,753 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,777 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,790 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,790 [main] select * from emp
DEBUG 2024-11-14 02:51:04,793 [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-14 02:51:04,794 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,796 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,843 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,844 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,844 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,868 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,876 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,876 [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-14 02:51:04,880 [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-14 02:51:04,881 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,901 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,904 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,904 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,904 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,904 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,926 [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-14 02:51:04,933 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,935 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:04,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,955 [main] Physical connection got
DEBUG 2024-11-14 02:51:04,955 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,955 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,955 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,976 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:04,983 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:04,983 [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-14 02:51:04,986 [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-14 02:51:04,987 [main] Physical connection closed
DEBUG 2024-11-14 02:51:04,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:04,988 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:04,991 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:04,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:04,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,007 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,008 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,008 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,008 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,029 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,037 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,037 [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-14 02:51:05,041 [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-14 02:51:05,042 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,061 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,061 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,061 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,061 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,082 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,090 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,090 [main] select * from emp
DEBUG 2024-11-14 02:51:05,092 [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-14 02:51:05,093 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,108 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,110 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,111 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,111 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,111 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,132 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,139 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,139 [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-14 02:51:05,141 [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-14 02:51:05,142 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,144 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,160 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,160 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,160 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,160 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,181 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,188 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,188 [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-14 02:51:05,190 [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-14 02:51:05,190 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,195 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,198 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,199 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,208 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,208 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,208 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,208 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,228 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,235 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,236 [main] select count(*) from emp
DEBUG 2024-11-14 02:51:05,237 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,237 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,257 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,260 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,260 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,260 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,260 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,280 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,288 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,288 [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-14 02:51:05,289 [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-14 02:51:05,289 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,291 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,305 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,308 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,308 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,308 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,308 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,328 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,335 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,335 [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-14 02:51:05,336 [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-14 02:51:05,336 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,359 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,360 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,360 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,360 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,380 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,386 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,387 [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-14 02:51:05,387 [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-14 02:51:05,388 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,389 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,391 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,406 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,406 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,406 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,406 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,425 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,431 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,431 [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-14 02:51:05,432 [main] Logical connection closed, tx=null
[Ljava.util.Map;@689e8c34
DEBUG 2024-11-14 02:51:05,433 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,434 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,451 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,451 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,451 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,451 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,469 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,476 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,476 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-14 02:51:05,479 [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-14 02:51:05,480 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,489 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,496 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,498 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,498 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,498 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,498 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,517 [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-14 02:51:05,524 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,524 [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-14 02:51:05,528 [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-14 02:51:05,528 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,547 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,547 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,547 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,547 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,565 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,568 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,568 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-14 02:51:05,569 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,569 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,571 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,578 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,587 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,587 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,587 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,587 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,605 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,608 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,608 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-14 02:51:05,609 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,609 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,610 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,626 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,626 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,627 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,627 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,639 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,639 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,640 [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-14 02:51:05,641 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-14 02:51:05,641 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,656 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,658 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,658 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,658 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,659 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,670 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,670 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,670 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-14 02:51:05,671 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-14 02:51:05,672 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,673 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,673 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,680 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,680 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,689 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,689 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,714 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-14 02.51.05', 9999, 'test', 50)
DEBUG 2024-11-14 02:51:05,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,715 [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-14 02:51:05,716 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/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-14 02:51:05,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,717 [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-14 02:51:05,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-14 02:51:05.714 {50, null, null, 0}
DEBUG 2024-11-14 02:51:05,718 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731520263916/4, BranchId=]
DEBUG 2024-11-14 02:51:05,718 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,726 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,734 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,736 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,736 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,736 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,736 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,754 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,760 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,762 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,764 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,777 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,778 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,778 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,778 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,795 [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-14 02:51:05,804 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,805 [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-14 02:51:05,807 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,807 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,825 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,828 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,828 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,828 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,828 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,849 [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-14 02:51:05,860 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,861 [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-14 02:51:05,861 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-14 02:51:05,862 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,880 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,883 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,883 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,883 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,884 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,903 [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-14 02:51:05,910 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,910 [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-14 02:51:05,911 [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-14 02:51:05,912 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,930 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,932 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,932 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,932 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,933 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,952 [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-14 02:51:05,956 [main] Physical connection closed
DEBUG 2024-11-14 02:51:05,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:05,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:05,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:05,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:05,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:05,976 [main] Physical connection got
DEBUG 2024-11-14 02:51:05,976 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,976 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:05,976 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:05,997 [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-14 02:51:06,006 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,006 [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-14 02:51:06,009 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,009 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,011 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,027 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,029 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,029 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,029 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,029 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,049 [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-14 02:51:06,058 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,058 [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-14 02:51:06,059 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,059 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,079 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,079 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,080 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,080 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,112 [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-14 02:51:06,112 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,113 [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-14 02:51:06,114 [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-14 02:51:06,114 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,128 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,130 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,130 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,130 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,130 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,144 [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-14 02:51:06,145 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,163 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,163 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,163 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,164 [main] Logical connection got, tx=null
WARN  2024-11-14 02:51:06,166 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-14 02:51:06,171 [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-14 02:51:06,172 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,172 [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-14 02:51:06,174 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-14 02:51:06,174 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,176 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,182 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,189 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,189 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,189 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,189 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,205 [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-14 02:51:06,213 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,214 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,215 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,217 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,227 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,229 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,229 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,229 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,229 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,246 [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-14 02:51:06,249 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,249 [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-14 02:51:06,250 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,250 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,250 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-11-14 02:51:06,251 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,251 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,252 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,266 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,269 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,269 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,269 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,269 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,285 [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-14 02:51:06,288 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,288 [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-14 02:51:06,290 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,291 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,291 [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-14 02:51:06,291 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,291 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,292 [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-14 02:51:06,293 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,293 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,293 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-11-14 02:51:06,294 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,294 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,294 [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-14 02:51:06,295 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,295 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,315 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,322 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,322 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,322 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,322 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,343 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-14 02:51:06,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,344 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-14 02:51:06,344 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,344 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-14 02:51:06,344 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,345 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-14 02:51:06,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,345 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731520263916/5, BranchId=]
DEBUG 2024-11-14 02:51:06,345 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,361 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,361 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,361 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,361 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,377 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,380 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,395 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,395 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,395 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,395 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,411 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,415 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,417 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,419 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,428 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,430 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,430 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,431 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,431 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,436 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-14 02:51:06,438 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,452 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,452 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,453 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,453 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,458 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-14 02:51:06,459 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,479 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,482 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,482 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,482 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,482 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,495 [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-14 02:51:06,496 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,508 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,509 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,510 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,510 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,511 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,511 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,517 [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-14 02:51:06,518 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,534 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,534 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,534 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,534 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,551 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,552 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,552 [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-14 02:51:06,555 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,555 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,567 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,569 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,569 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,570 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,570 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,584 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,585 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,586 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,586 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,596 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,597 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,599 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,599 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,599 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,599 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,613 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-14 02:51:06,614 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,626 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-14 02:51:06,628 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,628 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,628 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,628 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,643 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-14 02:51:06,643 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.595 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.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.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-14 02:51:06,691 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,692 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,697 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,705 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,707 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,707 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,711 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,713 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,714 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,727 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,730 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,730 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,733 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,734 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,735 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,748 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,750 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,750 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,753 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,754 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-14 02:51:06,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,768 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,768 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,768 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,769 [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-14 02:51:06,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,786 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,786 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,800 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,800 [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-14 02:51:06,806 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,806 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,810 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,821 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,821 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,844 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,844 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,855 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,859 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,859 [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-14 02:51:06,861 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,861 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 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.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-14 02:51:06,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,883 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,896 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,907 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,907 [main] Logical connection got, tx=null
WARN  2024-11-14 02:51:06,909 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-14 02:51:06,910 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-14 02:51:06,910 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,910 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,912 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,913 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,917 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,928 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,931 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,931 [main] Logical connection got, tx=null
WARN  2024-11-14 02:51:06,933 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-14 02:51:06,934 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-14 02:51:06,934 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,934 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,936 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,948 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,952 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-14 02:51:06,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,963 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-14 02:51:06,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,988 [main] Physical connection got
DEBUG 2024-11-14 02:51:06,988 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:06,989 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:06,989 [main] Physical connection closed
DEBUG 2024-11-14 02:51:06,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:06,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:06,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:06,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:06,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:07,000 [main] Physical connection got
DEBUG 2024-11-14 02:51:07,000 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:07,001 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:07,001 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-14 02:51:07,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-14 02:51:07,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:07,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-14 02:51:07,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-14 02:51:07,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:07,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-14 02:51:07,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-14 02:51:07,013 [main] Physical connection got
DEBUG 2024-11-14 02:51:07,013 [main] Logical connection got, tx=null
DEBUG 2024-11-14 02:51:07,014 [main] Logical connection closed, tx=null
DEBUG 2024-11-14 02:51:07,014 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

Tests run: 197, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.346s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.291s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.620s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.843s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Thu Nov 14 02:51:07 JST 2024
[INFO] Final Memory: 29M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS