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
}
The error is:
groovy.lang.MissingMethodException: No signature of method: webserver.ReportingService.fillHeader() is applicable for argument types: (java.util.ArrayList) values: [[id]]
at webserver.ReportingService$_caseReport_closure1$$EP09jwx6.doCall(ReportingService.groovy:17)
at webserver.ReportingService$$EP09jwx6.caseReport(ReportingService.groovy:16)
at webserver.ReportingService$$EP09jwx6.generateCaseReport(ReportingService.groovy:34)
at webserver.ReportingServiceTests.testSearchCasesReport(ReportingServiceTests.groovy:26)
Hello I´m facing the issue when running that sample code
package webserver
import pl.touk.excel.export.*
class ReportingService {
}
The error is:
groovy.lang.MissingMethodException: No signature of method: webserver.ReportingService.fillHeader() is applicable for argument types: (java.util.ArrayList) values: [[id]]
at webserver.ReportingService$_caseReport_closure1$$EP09jwx6.doCall(ReportingService.groovy:17)
at webserver.ReportingService$$EP09jwx6.caseReport(ReportingService.groovy:16)
at webserver.ReportingService$$EP09jwx6.generateCaseReport(ReportingService.groovy:34)
at webserver.ReportingServiceTests.testSearchCasesReport(ReportingServiceTests.groovy:26)
My BuildConfig:
grails.project.dependency.resolution = {
// inherit Grails' default dependencies
inherits "global", {
excludes 'xercesImpl', 'xml-apis', 'xerces'
}
plugins {
runtime ":hibernate:$grailsVersion"
runtime ":jquery:1.8.3"
runtime ":resources:1.2"
}
The text was updated successfully, but these errors were encountered: