We use Spring remoting with JMS (Camel V2.15.4) to proxy our calls between Swing clients and a Karaf server. From 2.16.x there appears to be an issue with binding to the correct method. This can fairly easily be reproduced by modifying the examples in spring-example-spring-jms and adding an additional method to the Multiplier interface and implemented Treble class e.g. int multiplyAgain(int originalNumber); The CamelClientRemoting client and SpringJmsClientRemotingServerTest test fail. It seems that there is an issue introduced after 2.16 (I also tested against 2.18.3) perhaps in the binding logic. Can anyone confirm whether they have experienced the same issue?
-- View this message in context: http://camel.465427.n5.nabble.com/Spring-Remoting-with-JMS-V2-16-issue-with-binding-to-correct-method-tp5798277.html Sent from the Camel - Users mailing list archive at Nabble.com.
