2014-06-12 4 views
1

여기에서 단계를 수행 한 후 웹 서비스 프록시를 구현하려고합니다. http://forum.spring.io/forum/spring-projects/integration/114641-how-to-implement-the-web-service-proxy-patternSpring-WS 및 Spring 통합 : SAXParseException 가져 오기 : smartLifeCycleAttributeGroup

봄-WS-config.xml 파일 :

<int-ws:inbound-gateway id="proxy" request-channel="toOutbound"/> 

<int:channel id="toOutbound" /> 

<int-ws:outbound-gateway id="out" request-channel="toOutbound" uri="http://localhost:8080/helloproxy" /> 

프록시 서비스를 배포하는 동안이 예외를 얻기.

org.xml.sax.SAXParseException; systemId : http://www.springframework.org/schema/integration/ws/spring-integration-ws.xsd; lineNumber : 274; columnNumber : 72; src- 해결 :(n) '속성 그룹'구성 요소에 'integration : smartLifeCycleAttributeGroup'이름을 해석 할 수 없습니다.

누구든지 해결하도록 도와 줄 수 있습니까? spring-ws-config xml에 추가해야 할 것이 있습니까?

감사합니다, 스리랑카

답변

1

아니면 스프링 통합 항아리 버전 (SI-WS는 한 버전입니다,하지만 SI 코어 다른입니다), 또는 당신의 IDE의 단지 문제의 혼합이 .

스프링 자연 (STS)은 모든 XSD 유효성 검사 문제를 해결하는 데 도움이됩니다.

+0

고맙습니다. 스프링 통합 코어를 빠뜨렸다. 최신 버전을 추가하면이를 해결하는 데 도움이됩니다. – sri

관련 문제