refs #744: configure OCI IAM DDS context test

This commit is contained in:
devmrko
2026-08-04 16:18:22 +09:00
parent 35782b8a50
commit cbc645466b
2 changed files with 62 additions and 5 deletions

View File

@@ -84,6 +84,8 @@ public class DdsMcpVectorSearchService {
log.info("DDS vector query completed with {} rows", rows.size());
return new DdsMcpVectorSearchResult(vector.query(), vector.embeddingMode(), rows.size(), List.copyOf(rows));
} catch (java.sql.SQLException exception) {
log.warn("DDS vector query failed: sqlState={}, errorCode={}",
exception.getSQLState(), exception.getErrorCode());
throw new AppException("DDS_QUERY_FAILED: DDS 보호 객체를 조회할 수 없습니다.");
}
});