no matching method could be found on: org. apache. camel. spring. remoting. Camel 해결 방법

no matching method could be found on: org.apache.camel.spring.remoting.Camel
오늘 Camel 프로그램 을 디 버 깅 할 때 이 오 류 를 발 견 했 습 니 다. 결국 자신의 프로필 에 문제 가 있어 서 camel 이 원 격 방법 으로 호출 할 수 없 게 되 었 습 니 다.
구체 적 으로 서버 쪽 설정 파일 의 다음 세 션 을 확인 하고 service 의 ref 가 올 바른 지 확인 하 십시오.
	<bean id="studentExport" class="org.apache.camel.spring.remoting.CamelServiceExporter">
		<property name="uri" value="jms:queue:getStudent" />
		<property name="service" ref="student" />
		<property name="serviceInterface"
			value="com.zakisoft.camel.demo01.service.inft.StudentInterface" />
	</bean>

좋은 웹페이지 즐겨찾기