I have configured a spring bean as a consumer of a message queue. It contains one method, annotated @Transactional.
Camel throws an AmbiguousMethodCallException. "Ambiguous method invocations possible [..] public final void com..TransactionService$$EnhancerByCGLIB$$273a5668.setPrefiltered(boolean) [..]". Apparently CGLIB adds a bunch of methods, confusing Camel. Even if I add the @Handler annotation the error is thrown. How can I fix this? -- View this message in context: http://old.nabble.com/AmbiguousMethodCallException-on-transactional-spring-bean-tp26496269p26496269.html Sent from the Camel - Users mailing list archive at Nabble.com.