Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-22 02:50:58,701 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-22 02:50:58,702 [main] Logical connection got
DEBUG 2024-09-22 02:50:58,702 [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-09-22 02:50:58,705 [main] Logical connection closed
DEBUG 2024-09-22 02:50:58,705 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-22 02:50:58,741 [main] Physical connection got
DEBUG 2024-09-22 02:50:58,741 [main] Logical connection got
DEBUG 2024-09-22 02:50:58,741 [main] Logical connection closed
DEBUG 2024-09-22 02:50:58,741 [main] Logical connection got
DEBUG 2024-09-22 02:50:58,752 [main] Logical connection closed
DEBUG 2024-09-22 02:50:58,753 [main] Logical connection got
DEBUG 2024-09-22 02:50:58,753 [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-09-22 02:50:58,754 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-22 02:50:58.547 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-22 02:50:58,755 [main] Logical connection got
DEBUG 2024-09-22 02:50:58,755 [main] Logical connection closed
DEBUG 2024-09-22 02:50:58,755 [main] Logical connection got
DEBUG 2024-09-22 02:50:58,759 [main] Logical connection closed
DEBUG 2024-09-22 02:50:58,760 [main] Logical connection got
DEBUG 2024-09-22 02:50:58,760 [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-09-22 02:50:58,761 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-22 02:50:58.547 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-22 02:50:58,761 [main] Logical connection got
DEBUG 2024-09-22 02:50:58,762 [main] UPDATE EMP SET tstamp = '2024-09-22 02.50.58', 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-09-22 02.50.58'
DEBUG 2024-09-22 02:50:58,762 [main] Logical connection closed
DEBUG 2024-09-22 02:50:58,762 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/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.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-22 02:50:59,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:50:59,933 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-22 02:50:59,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:50:59,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:50:59,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:50:59,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,064 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-22 02:51:00,221 [main] Physical connection got
DEBUG 2024-09-22 02:51:00,221 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,301 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,307 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-22 02:51:00,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:00,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,348 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,361 [main] Physical connection got
DEBUG 2024-09-22 02:51:00,362 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,362 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,362 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,484 [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-09-22 02:51:00,490 [main] Physical connection closed
DEBUG 2024-09-22 02:51:00,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:00,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,524 [main] Physical connection got
DEBUG 2024-09-22 02:51:00,524 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,524 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,524 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,568 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,590 [main] Physical connection closed
DEBUG 2024-09-22 02:51:00,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:00,593 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,620 [main] Physical connection got
DEBUG 2024-09-22 02:51:00,620 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,620 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,620 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,664 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,669 [main] Physical connection closed
DEBUG 2024-09-22 02:51:00,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:00,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,693 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,697 [main] Physical connection got
DEBUG 2024-09-22 02:51:00,697 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,697 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,697 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,733 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,738 [main] Physical connection closed
DEBUG 2024-09-22 02:51:00,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:00,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,760 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,763 [main] Physical connection got
DEBUG 2024-09-22 02:51:00,763 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,763 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,763 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,796 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,801 [main] Physical connection closed
DEBUG 2024-09-22 02:51:00,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:00,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,826 [main] Physical connection got
DEBUG 2024-09-22 02:51:00,826 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,826 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,827 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,858 [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-09-22 02:51:00,862 [main] Physical connection closed
DEBUG 2024-09-22 02:51:00,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:00,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,880 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,882 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,885 [main] Physical connection got
DEBUG 2024-09-22 02:51:00,885 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,886 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,886 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,915 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,920 [main] Physical connection closed
DEBUG 2024-09-22 02:51:00,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:00,922 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:00,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,943 [main] Physical connection got
DEBUG 2024-09-22 02:51:00,943 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,944 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,944 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:00,978 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:00,982 [main] Physical connection closed
DEBUG 2024-09-22 02:51:00,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:00,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:00,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:00,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:00,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,005 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,006 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,006 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,006 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,036 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,041 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,065 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726941061064/0, BranchId=]
DEBUG 2024-09-22 02:51:01,066 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/0, BranchId=]
DEBUG 2024-09-22 02:51:01,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/0, BranchId=]
DEBUG 2024-09-22 02:51:01,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/0, BranchId=]
DEBUG 2024-09-22 02:51:01,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/0, BranchId=]
DEBUG 2024-09-22 02:51:01,115 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/0, BranchId=]
DEBUG 2024-09-22 02:51:01,118 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-22 02.51.01', 99, 'hoge', 0)
DEBUG 2024-09-22 02:51:01,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/0, BranchId=]
DEBUG 2024-09-22 02:51:01,123 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726941061064/0, BranchId=]
DEBUG 2024-09-22 02:51:01,124 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,126 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,143 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,146 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,146 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,146 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,147 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,147 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,184 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,184 [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-09-22 02:51:01,191 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,192 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,192 [main] UPDATE EMP SET tstamp = '2024-09-22 02.51.01', 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-09-22 02:51:01,193 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,193 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726941061064/1, BranchId=]
DEBUG 2024-09-22 02:51:01,194 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,216 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,216 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,216 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,217 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,253 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,253 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-22 02:51:01,255 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,255 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,255 [main] UPDATE EMP SET tstamp = '2024-09-22 02.51.01', 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-09-22 02:51:01,256 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,256 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726941061064/2, BranchId=]
DEBUG 2024-09-22 02:51:01,256 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,270 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,281 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,282 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,282 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,282 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,282 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,306 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,315 [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-09-22 02:51:01,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,317 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-22 02:51:01,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,318 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726941061064/3, BranchId=]
DEBUG 2024-09-22 02:51:01,318 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,339 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,339 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,339 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,339 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,363 [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-09-22 02:51:01,365 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,366 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,392 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,392 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,393 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,393 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,417 [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-09-22 02:51:01,426 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,447 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,447 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,447 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,447 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,471 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,479 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,489 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,497 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,499 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,499 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,500 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,500 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,528 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,536 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,537 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,554 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,555 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,555 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,555 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,578 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,587 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,606 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,606 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,606 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,606 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,629 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,637 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,637 [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-09-22 02:51:01,644 [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-09-22 02:51:01,645 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,655 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,664 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,664 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,665 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,665 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,687 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,695 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,695 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-22 02:51:01,699 [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-09-22 02:51:01,700 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,719 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,719 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,720 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,720 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,743 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,755 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,755 [main] select * from emp
DEBUG 2024-09-22 02:51:01,758 [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-09-22 02:51:01,759 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,776 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,778 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,778 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,779 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,779 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,801 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,809 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,809 [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-09-22 02:51:01,812 [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-09-22 02:51:01,813 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,815 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,817 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,833 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,833 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,833 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,833 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,856 [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-09-22 02:51:01,864 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,866 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,881 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,883 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,883 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,883 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,883 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,905 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,912 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,913 [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-09-22 02:51:01,915 [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-09-22 02:51:01,916 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,921 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,936 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,936 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,936 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,936 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,958 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,965 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,965 [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-09-22 02:51:01,970 [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-09-22 02:51:01,978 [main] Physical connection closed
DEBUG 2024-09-22 02:51:01,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:01,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:01,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:01,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:01,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:01,997 [main] Physical connection got
DEBUG 2024-09-22 02:51:01,997 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:01,997 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:01,997 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,018 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,027 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,027 [main] select * from emp
DEBUG 2024-09-22 02:51:02,029 [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-09-22 02:51:02,030 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,046 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,048 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,048 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,048 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,048 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,068 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,075 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,076 [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-09-22 02:51:02,077 [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-09-22 02:51:02,078 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,094 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,097 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,098 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,098 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,098 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,127 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,134 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,134 [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-09-22 02:51:02,136 [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-09-22 02:51:02,136 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,138 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,152 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,154 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,154 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,154 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,154 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,174 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,182 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,182 [main] select count(*) from emp
DEBUG 2024-09-22 02:51:02,183 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,183 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,206 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,206 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,206 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,206 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,225 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,233 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,233 [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-09-22 02:51:02,234 [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-09-22 02:51:02,234 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,235 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,237 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,239 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,243 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,244 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,253 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,253 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,253 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,253 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,274 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,306 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,306 [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-09-22 02:51:02,307 [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-09-22 02:51:02,307 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,309 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,311 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,316 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,316 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,323 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,325 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,325 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,325 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,325 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,346 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,354 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,355 [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-09-22 02:51:02,355 [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-09-22 02:51:02,356 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,357 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,376 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,377 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,380 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,380 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,380 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,380 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,404 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,418 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,418 [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-09-22 02:51:02,419 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4bd27069
DEBUG 2024-09-22 02:51:02,419 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,435 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,437 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,437 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,437 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,437 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,459 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,468 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,468 [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-09-22 02:51:02,470 [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-09-22 02:51:02,470 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,487 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,489 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,489 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,489 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,489 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,508 [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-09-22 02:51:02,516 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,516 [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-09-22 02:51:02,520 [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-09-22 02:51:02,520 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,532 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,542 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,545 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,545 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,545 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,545 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,567 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,575 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,580 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-22 02:51:02,580 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,580 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,620 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,621 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,621 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,621 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,642 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,649 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,649 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-22 02:51:02,649 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,650 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,673 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,673 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,673 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,673 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,688 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,689 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,689 [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-09-22 02:51:02,695 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-22 02:51:02,695 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,697 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,716 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,717 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,717 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,717 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,729 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,729 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,729 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-22 02:51:02,730 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-22 02:51:02,730 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,747 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,747 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,747 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,747 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,747 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,764 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,771 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,772 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-22 02.51.02', 9999, 'test', 50)
DEBUG 2024-09-22 02:51:02,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,772 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,772 [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-09-22 02:51:02,774 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/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-09-22 02:51:02,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,774 [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-09-22 02:51:02,775 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-22 02:51:02.771 {50, null, null, 0}
DEBUG 2024-09-22 02:51:02,775 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726941061064/4, BranchId=]
DEBUG 2024-09-22 02:51:02,775 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,792 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,792 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,792 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,792 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,810 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,816 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,837 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,837 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,838 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,838 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,855 [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-09-22 02:51:02,863 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,863 [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-09-22 02:51:02,865 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,865 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,889 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,889 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,889 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,889 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,906 [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-09-22 02:51:02,914 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,915 [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-09-22 02:51:02,915 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-22 02:51:02,915 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,937 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,939 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,939 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,940 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,940 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,956 [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-09-22 02:51:02,961 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,961 [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-09-22 02:51:02,963 [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-09-22 02:51:02,963 [main] Physical connection closed
DEBUG 2024-09-22 02:51:02,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:02,965 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:02,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:02,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:02,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:02,980 [main] Physical connection got
DEBUG 2024-09-22 02:51:02,980 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,980 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:02,980 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:02,996 [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-09-22 02:51:03,000 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,001 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,015 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,015 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,015 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,016 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,043 [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-09-22 02:51:03,054 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,054 [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-09-22 02:51:03,058 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,058 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,072 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,074 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,074 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,074 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,074 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,091 [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-09-22 02:51:03,102 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,102 [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-09-22 02:51:03,102 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,102 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,116 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,117 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,117 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,121 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,121 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,121 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,121 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,153 [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-09-22 02:51:03,153 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,154 [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-09-22 02:51:03,169 [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-09-22 02:51:03,170 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,171 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,178 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,182 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,182 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,204 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,211 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,211 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,211 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,236 [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-09-22 02:51:03,243 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,253 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,267 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,267 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,267 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,267 [main] Logical connection got, tx=null
WARN  2024-09-22 02:51:03,270 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-22 02:51:03,279 [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-09-22 02:51:03,280 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,280 [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-09-22 02:51:03,282 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-22 02:51:03,283 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,299 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,299 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,299 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,299 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,319 [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-09-22 02:51:03,326 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,327 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,356 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,358 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,358 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,358 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,358 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,382 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 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-09-22 02:51:03,387 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,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 AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-09-22 02:51:03,388 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,388 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,388 [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-09-22 02:51:03,389 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,389 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,406 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,406 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,406 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,407 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,443 [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-09-22 02:51:03,450 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,450 [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-09-22 02:51:03,460 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,460 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,461 [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-09-22 02:51:03,461 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,462 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,462 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-09-22 02:51:03,463 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,472 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,472 [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-09-22 02:51:03,473 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,473 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,473 [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-09-22 02:51:03,474 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,474 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,505 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,507 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,507 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,508 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,508 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,508 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,525 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-22 02:51:03,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,526 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-22 02:51:03,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,527 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,527 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-22 02:51:03,527 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,527 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,528 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-22 02:51:03,528 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,528 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726941061064/5, BranchId=]
DEBUG 2024-09-22 02:51:03,528 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,547 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,547 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,547 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,548 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,565 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,569 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,570 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,585 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,585 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,586 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,586 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,608 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,612 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,633 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,633 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,633 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,633 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,639 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-22 02:51:03,641 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,657 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,657 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,657 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,657 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,663 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-22 02:51:03,665 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,666 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,669 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,677 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,682 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,683 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,683 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,685 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,685 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,685 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,685 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,691 [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-09-22 02:51:03,693 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,709 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,711 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,711 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,712 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,712 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,718 [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-09-22 02:51:03,720 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,731 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,732 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,733 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,735 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,735 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,735 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,735 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,753 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,754 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,754 [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-09-22 02:51:03,759 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,759 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,761 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,768 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,768 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,777 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,777 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,777 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,778 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,794 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,795 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,796 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,810 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,810 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,810 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,811 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,833 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-22 02:51:03,834 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-22 02:51:03,853 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,853 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,853 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,853 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,872 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-22 02:51:03,873 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.565 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-09-22 02:51:03,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,928 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-22 02:51:03,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,945 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-22 02:51:03,948 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,948 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,952 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,954 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,956 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-22 02:51:03,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,959 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,962 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,970 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-22 02:51:03,973 [main] Physical connection got
DEBUG 2024-09-22 02:51:03,973 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:03,976 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:03,977 [main] Physical connection closed
DEBUG 2024-09-22 02:51:03,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:03,978 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-22 02:51:03,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:03,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:03,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:03,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,002 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-22 02:51:04,005 [main] Physical connection got
DEBUG 2024-09-22 02:51:04,005 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,008 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,009 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-22 02:51:04,012 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,021 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,024 [main] Physical connection got
DEBUG 2024-09-22 02:51:04,024 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,025 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,025 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-22 02:51:04,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,040 [main] Physical connection got
DEBUG 2024-09-22 02:51:04,041 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,056 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,057 [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-09-22 02:51:04,067 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,067 [main] Physical connection closed
DEBUG 2024-09-22 02:51:04,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,086 [main] Physical connection got
DEBUG 2024-09-22 02:51:04,086 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,110 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,110 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,110 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,110 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,120 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,125 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,125 [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-09-22 02:51:04,127 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,127 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 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.016 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-09-22 02:51:04,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,177 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-22 02:51:04,188 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,190 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,209 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-22 02:51:04,220 [main] Physical connection got
DEBUG 2024-09-22 02:51:04,220 [main] Logical connection got, tx=null
WARN  2024-09-22 02:51:04,222 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-22 02:51:04,223 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-22 02:51:04,223 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,224 [main] Physical connection closed
DEBUG 2024-09-22 02:51:04,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,225 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-22 02:51:04,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,239 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-22 02:51:04,242 [main] Physical connection got
DEBUG 2024-09-22 02:51:04,242 [main] Logical connection got, tx=null
WARN  2024-09-22 02:51:04,244 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-22 02:51:04,245 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-22 02:51:04,245 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,246 [main] Physical connection closed
DEBUG 2024-09-22 02:51:04,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,247 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-22 02:51:04,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,268 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-22 02:51:04,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,273 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-22 02:51:04,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,279 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,287 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-22 02:51:04,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,306 [main] Physical connection got
DEBUG 2024-09-22 02:51:04,306 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,307 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,307 [main] Physical connection closed
DEBUG 2024-09-22 02:51:04,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,322 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,323 [main] Physical connection got
DEBUG 2024-09-22 02:51:04,324 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,325 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,325 [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-09-22 02:51:04,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-22 02:51:04,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-22 02:51:04,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-22 02:51:04,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-22 02:51:04,340 [main] Physical connection got
DEBUG 2024-09-22 02:51:04,340 [main] Logical connection got, tx=null
DEBUG 2024-09-22 02:51:04,341 [main] Logical connection closed, tx=null
DEBUG 2024-09-22 02:51:04,341 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.339s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.717s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.604s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.597s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Sep 22 02:51:04 JST 2024
[INFO] Final Memory: 28M/407M
[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