Re: Bean MethodNotFound Exception though it looks correct

2014-03-01 Thread eswar
sorry, never mind I was using a wrong signature which I fixed and its working now. -- View this message in context: http://camel.465427.n5.nabble.com/Bean-MethodNotFound-Exception-though-it-looks-correct-tp5748110p5748171.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Bean MethodNotFound Exception though it looks correct

2014-03-01 Thread eswar
hi Ceposta- Yes I have defined this method camel1 in interface1 and then implemented in the class - project. hence i was thinking the testBean should be able to access the camel1 method as defined in the interface. But i am still getting this error, any insight you can offer would be helpful. thank

Re: Bean MethodNotFound Exception though it looks correct

2014-02-28 Thread Christian Posta
the names accessible are probably those seen in the interfaces and not concrete classes as spring is using dynamic proxies for you On Fri, Feb 28, 2014 at 9:11 AM, eswar wrote: > hi - this looks obvious but I am not sure if Camel has any restrictions in > using the bean which is defined with pare