필자는 maven 기반 프로젝트를 가지고 있으며 시스템 테스트를 위해 DB를 설정/해제하기 위해 sql-maven-plugin을 사용하려고합니다. 내가하는 SqlCommand 요소에 넣어 : 내가 저장 프로 시저의 인수가 될 필요가 있다고 생각sqlCommand에서 작은 따옴표를 이스케이프 처리하는 sql-maven-plugin
org.apache.maven.lifecycle.LifecycleExecutionException: ERROR: Function 'SOME_STORED_PROC(UNKNOWN)' does not exist Unable to identify a function that satisfies the given argument types You may need to add explicit typecasts
:
CALL SOME_STORED_PROC('SYSTEST')
그러나 받는다는 빌드는 followig 제외하고는이 SQL 실패 특별한 방법으로 도망 쳤다. 어떤 문서/예제를 찾지 못했습니다.
의견이 있으십니까?
Aviad
아마도 당신은 관련 pom 발췌 문장을 게시해야합니다. 아마도 maven이 저장 프로 시저를 찾을 수 없습니다. – Raghuram