-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
When I run the code:
class ParseMailService {
def parseMail(mailText) {
def mailMessage = [body : mailText]
sendMessage("seda:input.queue", mailMessage)
}
}
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels