You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caught: groovy.lang.MissingMethodException: No signature of method: topicmail.ParseMailService.sendMessage() is applicable for argument types: (java.lang.String, java.util.LinkedHashMap) values: [seda:input.queue, [body:...]]
Looks like your not getting the CamelContext injected into your ParseMailService - does ParseMailService live in grails-app/services, or somewhere else?
I get this as well in a Controller and Service that is under grails-app/controllers /grails-app/services directory using 2 different versions of Grails.
When I run the code:
class ParseMailService {
}
I get the error:
caught: groovy.lang.MissingMethodException: No signature of method: topicmail.ParseMailService.sendMessage() is applicable for argument types: (java.lang.String, java.util.LinkedHashMap) values: [seda:input.queue, [body:...]]
Environment:
Eclipse 4.2.1
Grails IDE 3.1.0
Grails Plugins:
cache: 1.0.1
database-migration: 1.2.1
hibernate: 2.2.0
jquery: 1.8.3
resources: 1.1.6
routing: 1.2.2
tomcat: 2.2.0
webxml: 1.4.1
The text was updated successfully, but these errors were encountered: