`

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>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics